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 | 獄??鈺?せ | 100011011001011000111111001111111111101111000100001111111000001010111001 | 8d963f3ffbc43f82b9 |
EUC-JP | 獄??鈺?せ | 10111001111101100011111100111111100011111110001111010101001111111010010010111011 | b9f63f3f8fe3d53fa4bb |
UTF-8 | 獄ㅿ쉑鈺뤸せ | 111001111000110110000100111000111000010110111111111011001000100110010001111010011000100010111010111010111010010010111000111000111000000110011011 | e78d84e385bfec8991e988baeba4b8e3819b |
UHC | 獄ㅿ쉑鈺뤸せ | 111010001010101110100100111011111011110110100111111010001010110110001111111001101010101010111011 | e8aba4efbda7e8ad8fe6aabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)