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 | 恁????姐 | 1001110010001100001111110011111100111111001111111000100010110111 | 9c8c3f3f3f3f88b7 |
EUC-JP | 恁???堧姐 | 11010111111011000011111100111111001111111000111110111000101010001011000010111001 | d7ec3f3f3f8fb8a8b0b9 |
UTF-8 | 恁쯧렮띤堧姐 | 111001101000000110000001111011001010111110100111111010111010000010101110111010111001110110100100111001011010000010100111111001011010011110010000 | e68181ecafa7eba0aeeb9da4e5a0a7e5a790 |
UHC | 恁쯧렮띤堧姐 | 111011001111011011000010111011001000111010111011101101101110110111100110110000001110111010111011 | ecf6c2ec8ebbb6ede6c0eebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)