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 | 彫?蟻?吟? | 100100101010010000111111100010110110000100111111100010111110000100111111 | 92a43f8b613f8be13f |
EUC-JP | 彫?蟻?吟? | 110001001010011000111111101101011100001000111111101101101110001100111111 | c4a63fb5c23fb6e33f |
UTF-8 | 彫렣蟻렠吟렩 | 111001011011110110101011111010111010000010100011111010001001111110111011111010111010000010100000111001011001000010011111111010111010000010101001 | e5bdabeba0a3e89fbbeba0a0e5909feba0a9 |
UHC | 彫렣蟻렠吟렩 | 111100001100000110001110101101001110101111111100100011101011000111101011111000011000111010110111 | f0c18eb4ebfc8eb1ebe18eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)