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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 十??奄 | 100011110101110000111111001111111000100110000010 | 8f5c3f3f8982 |
EUC-JP | 十??奄 | 101111011011110100111111001111111011000111100010 | bdbd3f3fb1e2 |
UTF-8 | 十롩뢒奄 | 111001011000110110000001111010111010000110101001111010111010001010010010111001011010010110000100 | e58d81eba1a9eba292e5a584 |
UHC | 十롩뢒奄 | 1110010010101000100011101110100110001111010011011110010111110010 | e4a88ee98f4de5f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)