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 | 莨鮭匯崧シ | 111001001011110010001101111110001001100110111001111110101010111110111100 | e4bc8df899b9faafbc |
EUC-JP | 莨鮭匯崧シ | 1110100010111110101110101111101011010010101110111000111110111011110010101000111010111100 | e8bebafad2bb8fbbca8ebc |
UTF-8 | 莨鮭匯崧シ | 111010001000111010101000111010011010111010101101111001011000110010101111111001011011010010100111111011111011110110111100 | e88ea8e9aeade58cafe5b4a7efbdbc |
UHC | ??匯崧? | 00111111001111111111110011011101111000101111111000111111 | 3f3ffcdde2fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)