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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 遽九モ | 111001111010111110001011111000111000001110000010 | e7af8be38382 |
EUC-JP | 遽九モ | 111011101011000110110110111001011010010111100010 | eeb1b6e5a5e2 |
UTF-8 | 遽九モ | 111010011000000110111101111001001011100110011101111000111000001110100010 | e981bde4b99de383a2 |
UHC | 遽九モ | 110010111110100011001110111110101010101111100010 | cbe8cefaabe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)