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 | ???猝?? | 00111111001111110011111111100000110010100011111100111111 | 3f3f3fe0ca3f3f |
EUC-JP | ???猝?? | 00111111001111110011111111100000110011000011111100111111 | 3f3f3fe0cc3f3f |
UTF-8 | 렯롆렱猝뤰탮 | 111010111010000010101111111010111010000110000110111010111010000010110001111001111000110010011101111010111010010010110000111011011000001110101110 | eba0afeba186eba0b1e78c9deba4b0ed83ae |
UHC | 렯롆렱猝뤰탮 | 100011101011110010001110110011001000111010111110111100001111000110001111110111101011010110001110 | 8ebc8ecc8ebef0f18fdeb58e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)