To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-WIN | シォ上眈アH | 11110010111100011011110010101011100011111110001111100001101111001011000101001000 | f2f1bcab8fe3e1bcb148 |
EUC-JP | ?シォ上眈アH | 001111111000111010111100100011101010101110111110111001011110001010111110100011101011000101001000 | 3f8ebc8eabbee5e2be8eb148 |
UTF-8 | シォ上眈アH | 11101110100010001010100011101111101111011011110011101111101111011010101111100100101110001000101011100111100111001000100011101111101111011011000101001000 | ee88a8efbdbcefbdabe4b88ae79c88efbdb148 |
UHC | ???上眈?H | 001111110011111100111111110111111011111011110111101011110011111101001000 | 3f3f3fdfbef7af3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)