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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??瞼枇ゴ〓 | 00111111001111111110000111011001100101001111100010000011010100111000000110101100 | 3f3fe1d994f8835381ac |
EUC-JP | ??瞼枇ゴ〓 | 00111111001111111110001011011011110010001111101010100101101101001010001010101110 | 3f3fe2dbc8faa5b4a2ae |
UTF-8 | 룶괍瞼枇ゴ〓 | 111010111010001110110110111010101011010010001101111001111001111010111100111001101001111010000111111000111000001010110100111000111000000010010011 | eba3b6eab48de79ebce69e87e382b4e38093 |
UHC | 룶괍瞼枇ゴ〓 | 100011111010101110110001101000101100110010100001110111011110110110101011101101001010000111101011 | 8fabb1a2cca1ddedabb4a1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)