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 | 獄??搖?? | 1000110110010110001111110011111110011101100010100011111100111111 | 8d963f3f9d8a3f3f |
EUC-JP | 獄??搖?? | 1011100111110110001111110011111111011001111010100011111100111111 | b9f63f3fd9ea3f3f |
UTF-8 | 獄깍쉴搖얍벒 | 111001111000110110000100111010101011100110001101111011001000100110110100111001101001000010010110111011001001011010001101111010111011001010010010 | e78d84eab98dec89b4e69096ec968debb292 |
UHC | 獄깍쉴搖얍벒 | 111010001010101110110001111011111011110110101111111010001111010010111110111001011001001110110010 | e8abb1efbdafe8f4bee593b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)