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 | 鼇??芦 | 111010101000011100111111001111111000100010110000 | ea873f3f88b0 |
EUC-JP | 鼇??芦 | 111100111110011100111111001111111011000010110010 | f3e73f3fb0b2 |
UTF-8 | 鼇ㅸ꼇芦 | 111010011011110010000111111000111000010110111000111010101011110010000111111010001000101010100110 | e9bc87e385b8eabc87e88aa6 |
UHC | 鼇ㅸ꼇芦 | 1110100010101000101001001110100010110010101110111111101111011000 | e8a8a4e8b2bbfbd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)