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 | ?普?脚?? | 0011111110010101100000010011111110001011011100100011111100111111 | 3f95813f8b723f3f |
EUC-JP | ?普?脚?? | 0011111111001001111000010011111110110101110100110011111100111111 | 3fc9e13fb5d33f3f |
UTF-8 | 렻普거脚꼽훅 | 111010111010000010111011111001101001100110101110111010101011000110110000111010001000010010011010111010101011110010111101111011011001101110000101 | eba0bbe699aeeab1b0e8849aeabcbded9b85 |
UHC | 렻普거脚꼽훅 | 100011101100001111011100110001011011000011000101110010101100010110110010110001011100100011000101 | 8ec3dcc5b0c5cac5b2c5c8c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)