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 | 掩??夷?? | 1000100110000110001111110011111110001000110011100011111100111111 | 89863f3f88ce3f3f |
EUC-JP | 掩??夷?? | 1011000111100110001111110011111110110000110100000011111100111111 | b1e63f3fb0d03f3f |
UTF-8 | 掩뽰엺夷곈뇦 | 111001101000111010101001111010111011110110110000111011001001011110111010111001011010010010110111111010101011001110001000111010111000011110100110 | e68ea9ebbdb0ec97bae5a4b7eab388eb87a6 |
UHC | 掩뽰엺夷곈뇦 | 111001011111001110010110111011001001111010001100111011001010100010110000111010011000011110001110 | e5f396ec9e8ceca8b0e9878e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)