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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?????雪? | 0011111100111111001111110011111100111111100100001110000100111111 | 3f3f3f3f3f90e13f |
EUC-JP | ?????雪? | 0011111100111111001111110011111100111111110000001110001100111111 | 3f3f3f3f3fc0e33f |
UTF-8 | 렯롕僚렯렻雪卨 | 111010111010000010101111111010111010000110010101111011111010011010111011111010111010000010101111111010111010000010111011111010011001101110101010111001011000110110101000 | eba0afeba195efa6bbeba0afeba0bbe99baae58da8 |
UHC | 렯롕僚렯렻雪卨 | 1000111010111100100011101101100111101000111010001000111010111100100011101100001111100000111001001110000011011001 | 8ebc8ed9e8e88ebc8ec3e0e4e0d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)