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 | ? 枇イ? | 0011111110000001010000001001010011111000100000110100001100111111 | 3f814094f883433f |
EUC-JP | ? 枇イ? | 0011111110100001101000011100100011111010101001011010010000111111 | 3fa1a1c8faa5a43f |
UTF-8 | 룶 枇イ룶 | 111010111010001110110110111000111000000010000000111001101001111010000111111000111000001010100100111010111010001110110110 | eba3b6e38080e69e87e382a4eba3b6 |
UHC | 룶 枇イ룶 | 10001111101010111010000110100001110111011110110110101011101001001000111110101011 | 8faba1a1ddedaba48fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)