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 | ??阪枇コ | 0011111100111111100011011110001110010100111110001000001101010010 | 3f3f8de394f88352 |
EUC-JP | ??阪枇コ | 0011111100111111101110101110010111001000111110101010010110110011 | 3f3fbae5c8faa5b3 |
UTF-8 | 룶괌阪枇コ | 111010111010001110110110111010101011010010001100111010011001100010101010111001101001111010000111111000111000001010110011 | eba3b6eab48ce998aae69e87e382b3 |
UHC | 룶괌阪枇コ | 10001111101010111011000110100001111110001010000111011101111011011010101110110011 | 8fabb1a1f8a1ddedabb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)