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 | 夜??異?? | 1001011011101001001111110011111110001000110110010011111100111111 | 96e93f3f88d93f3f |
EUC-JP | 夜??異?? | 1100110011101011001111110011111110110000110110110011111100111111 | cceb3f3fb0db3f3f |
UTF-8 | 夜껊떴異꿩뎬 | 111001011010010010011100111010101011101110001010111010111001011010110100111001111001010110110000111010101011111110101001111010111000111010101100 | e5a49ceabb8aeb96b4e795b0eabfa9eb8eac |
UHC | 夜껊떴異꿩뎬 | 111001011010100010000011111010111011011010111001111011001011011010110010111001101011010110110100 | e5a883ebb6b9ecb6b2e6b5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)