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 | 驛??謠?? | 1110100110000011001111110011111111100110100011110011111100111111 | e9833f3fe68f3f3f |
EUC-JP | 驛??謠?? | 1111000111100011001111110011111111101011111011110011111100111111 | f1e33f3febef3f3f |
UTF-8 | 驛뉓콖謠계쾷 | 111010011010100110011011111010111000100110010011111011001011110110010110111010001010110010100000111010101011001110000100111011001011111010110111 | e9a99beb8993ecbd96e8aca0eab384ecbeb7 |
UHC | 驛뉓콖謠계쾷 | 111001101011111010000111111010001011000110010000111010011010101010110000111010001011001010001101 | e6be87e8b190e9aab0e8b28d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)