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 | ???K?? | 001111110011111100111111010010110011111100111111 | 3f3f3f4b3f3f |
SJIS-WIN | 箋頑或K箋檎 | 1110001010110011100010101110011010001000101111010100101111100010101100111000110011100111 | e2b38ae688bd4be2b38ce7 |
EUC-JP | 箋頑或K箋檎 | 1110010010110101101101001110100010110000101111110100101111100100101101011011100011101001 | e4b5b4e8b0bf4be4b5b8e9 |
UTF-8 | 箋頑或K箋檎 | 11100111101011101000101111101001101000001001000111100110100010001001011001001011111001111010111010001011111001101010101010001110 | e7ae8be9a091e688964be7ae8be6aa8e |
UHC | 箋頑或K箋檎 | 1110111110101000111010001101011111111011111001000100101111101111101010001101000011010101 | efa8e8d7fbe44befa8d0d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)