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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 誾漆鋙疾 | 1111101110100111100011101011110111111011110100011000111010111110 | fba78ebdfbd18ebe |
EUC-JP | 誾漆鋙疾 | 10001111110111101010010010111100101111111000111111100100110000111011110011000000 | 8fdea4bcbf8fe4c3bcc0 |
UTF-8 | 誾漆鋙疾 | 111010001010101010111110111001101011110010000110111010011000101110011001111001111001011010111110 | e8aabee6bc86e98b99e796be |
UHC | 誾漆?疾 | 11101011110111011111011011010100001111111111001011110000 | ebddf6d43ff2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)