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 | ??モ??ご | 0011111100111111100000111000001000111111001111111000001010110010 | 3f3f83823f3f82b2 |
EUC-JP | ??モ??ご | 0011111100111111101001011110001000111111001111111010010010110100 | 3f3fa5e23f3fa4b4 |
UTF-8 | 룵欄モ룵쨵ご | 111010111010001110110101111011111010010010011101111000111000001110100010111010111010001110110101111011001010100010110101111000111000000110010100 | eba3b5efa49de383a2eba3b5eca8b5e38194 |
UHC | 룵欄モ룵쨵ご | 100011111010101011010001111011011010101111100010100011111010101010100100100011111010101010110100 | 8faad1edabe28faaa48faab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)