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 | ??阪枇ゴ? | 001111110011111110001101111000111001010011111000100000110101001100111111 | 3f3f8de394f883533f |
EUC-JP | ??阪枇ゴ? | 001111110011111110111010111001011100100011111010101001011011010000111111 | 3f3fbae5c8faa5b43f |
UTF-8 | 룶점阪枇ゴ∼ | 111010111010001110110110111011001010000010010000111010011001100010101010111001101001111010000111111000111000001010110100111000101000100010111100 | eba3b6eca090e998aae69e87e382b4e288bc |
UHC | 룶점阪枇ゴ∼ | 100011111010101111000001101000011111100010100001110111011110110110101011101101001010000110101101 | 8fabc1a1f8a1ddedabb4a1ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)