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 | 橈????績 | 1001111011110100001111110011111100111111001111111001000011010001 | 9ef43f3f3f3f90d1 |
EUC-JP | 橈????績 | 1101110011110110001111110011111100111111001111111100000011010011 | dcf63f3f3f3fc0d3 |
UTF-8 | 橈렣롋뀌혹績 | 111001101010100110001000111010111010000010100011111010111010000110001011111010111000000010001100111011011001100010111001111001111011100010111110 | e6a988eba0a3eba18beb808ced98b9e7b8be |
UHC | 橈렣롋뀌혹績 | 111010001111101010001110101101001000111011010001101100101110111011001000101001001110111011100000 | e8fa8eb48ed1b2eec8a4eee0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)