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 | 鈐疾鉑室 | 11111011110000101000111010111110111110111100100110001110101110101111000010111101 | fbc28ebefbc98ebaf0bd |
EUC-JP | 鈐疾鉑室? | 1000111111100011110000011011110011000000100011111110001111100001101111001011110000111111 | 8fe3c1bcc08fe3e1bcbc3f |
UTF-8 | 鈐疾鉑室 | 111010011000100010010000111001111001011010111110111010011000100110010001111001011010111010100100111011101000000110111100 | e98890e796bee98991e5aea4ee81bc |
UHC | 鈐疾?室? | 1100110010100010111100101111000000111111111000111111100000111111 | cca2f2f03fe3f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)