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 | ?鈺?鞍 | 001111111111101111000100001111111000100011000110 | 3ffbc43f88c6 |
EUC-JP | ?鈺?鞍 | 00111111100011111110001111010101001111111011000011001000 | 3f8fe3d53fb0c8 |
UTF-8 | 쀴鈺옧鞍 | 111011001000000010110100111010011000100010111010111011001001100010100111111010011001111010001101 | ec80b4e988baec98a7e99e8d |
UHC | 쀴鈺옧鞍 | 1001011111110100111010001010110110011110101001111110010011010011 | 97f4e8ad9ea7e4d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)