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 | ???甸?? | 00111111001111110011111110011001101100100011111100111111 | 3f3f3f99b23f3f |
EUC-JP | ???甸?? | 00111111001111110011111111010010101101000011111100111111 | 3f3f3fd2b43f3f |
UTF-8 | 轢김떏甸꿱뒰 | 111011111010011010001101111010101011100110000000111010111001011010001111111001111001010010111000111010101011111110110001111010111001001010110000 | efa68deab980eb968fe794b8eabfb1eb92b0 |
UHC | 轢김떏甸꿱뒰 | 111001101011110010110001111010001000101110100101111011111010010010110010111010001000101010101001 | e6bcb1e88ba5efa4b2e88aa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)