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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鴃穢溽貉灌鮃 | 111010011110111011100010011100011001111111100111111001101011100110011111111100111110100110110111 | e9eee2719fe7e6b99ff3e9b7 |
EUC-JP | 鴃穢溽貉灌鮃 | 111100101111000011100011110100101101111011101001111011001011101111011110111101011111001010111001 | f2f0e3d2dee9ecbbdef5f2b9 |
UTF-8 | 鴃穢溽貉灌鮃 | 111010011011010010000011111001111010100110100010111001101011101010111101111010001011001010001001111001111000000110001100111010011010111010000011 | e9b483e7a9a2e6babde8b289e7818ce9ae83 |
UHC | ?穢??灌? | 0011111111100111110110110011111100111111110011101011010000111111 | 3fe7db3f3fceb43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)