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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 絶?4節? | 1001000011100010001111111000001001010011100100001101111100111111 | 90e23f825390df3f |
EUC-JP | 絶?4節? | 1100000011100100001111111010001110110100110000001110000100111111 | c0e43fa3b4c0e13f |
UTF-8 | 絶뚩4節퐹 | 111001111011010110110110111010111001101010101001111011111011110010010100111001111010111110000000111011011001000010111001 | e7b5b6eb9aa9efbc94e7af80ed90b9 |
UHC | 絶뚩4節퐹 | 11101111101111101000110011101000101000111011010011101111101111011011111001000010 | efbe8ce8a3b4efbdbe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)