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 | 堊???③. | 100110101011111100111111001111110011111110000111010000101000000101000100 | 9abf3f3f3f87428144 |
EUC-JP | 堊??靷?. | 11010100110000010011111100111111100011111110011110111101001111111010000110100101 | d4c13f3f8fe7bd3fa1a5 |
UTF-8 | 堊앹뢾靷③. | 111001011010000010001010111011001001010110111001111010111010001010111110111010011001110110110111111000101001000110100010111011111011110010001110 | e5a08aec95b9eba2bee99db7e291a2efbc8e |
UHC | 堊앹뢾靷③. | 111001001011111010011101111011001000111110000001111011001110011010101000111010011010001110101110 | e4be9dec8f81ece6a8e9a3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)