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 | 獄??軟?? | 1000110110010110001111110011111110010011111011100011111100111111 | 8d963f3f93ee3f3f |
EUC-JP | 獄??軟?? | 1011100111110110001111110011111111000110111100000011111100111111 | b9f63f3fc6f03f3f |
UTF-8 | 獄㏘엷軟ㅵ꺅 | 111001111000110110000100111000111000111110011000111011001001011110110111111010001011101110011111111000111000010110110101111010101011101010000101 | e78d84e38f98ec97b7e8bb9fe385b5eaba85 |
UHC | 獄㏘엷軟ㅵ꺅 | 111010001010101110100010111001001011111110101111111001101110001110100100111001011011001010100110 | e8aba2e4bfafe6e3a4e5b2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)