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 | 藏??帳 | 111001010101010100111111001111111001001010100000 | e5553f3f92a0 |
EUC-JP | 藏??帳 | 111010011011011000111111001111111100010010100010 | e9b63f3fc4a2 |
UTF-8 | 藏먬쎁帳 | 111010001001011110001111111010111010100010101100111011001000111010000001111001011011100010110011 | e8978feba8acec8e81e5b8b3 |
UHC | 藏먬쎁帳 | 1110110111111010100100001110100110011011101010111110110111100011 | edfa90e99babede3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)