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 | ??瞼秘?? | 0011111100111111111000011101100110010100111010010011111100111111 | 3f3fe1d994e93f3f |
EUC-JP | ??瞼秘?? | 0011111100111111111000101101101111001000111010110011111100111111 | 3f3fe2dbc8eb3f3f |
UTF-8 | 룶끼瞼秘풍▩ | 111010111010001110110110111010111000000110111100111001111001111010111100111001111010011110011000111011011001001010001101111000101001011010101001 | eba3b6eb81bce79ebce7a798ed928de296a9 |
UHC | 룶끼瞼秘풍▩ | 100011111010101110110011101000101100110010100001110111011111101011000111101100111010001011001100 | 8fabb3a2cca1ddfac7b3a2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)