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 | ??????lh | 0011111100111111001111110011111100111111001111110110110001101000 | 3f3f3f3f3f3f6c68 |
SJIS-WIN | ??????lh | 0011111100111111001111110011111100111111001111110110110001101000 | 3f3f3f3f3f3f6c68 |
EUC-JP | ??????lh | 0011111100111111001111110011111100111111001111110110110001101000 | 3f3f3f3f3f3f6c68 |
UTF-8 | 셔서셍석셍섕lh | 1110110010000101100101001110110010000100100111001110110010000101100011011110110010000100100111011110110010000101100011011110110010000100100101010110110001101000 | ec8594ec849cec858dec849dec858dec84956c68 |
UHC | 셔서셍석셍섕lh | 1011110011000101101111001010110110111100110001001011110010101110101111001100010010111100101011000110110001101000 | bcc5bcadbcc4bcaebcc4bcac6c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)