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 | 藏??蒻 | 111001010101010100111111001111111110010011101000 | e5553f3fe4e8 |
EUC-JP | 藏??蒻 | 111010011011011000111111001111111110100011101010 | e9b63f3fe8ea |
UTF-8 | 藏먬쎁蒻 | 111010001001011110001111111010111010100010101100111011001000111010000001111010001001001010111011 | e8978feba8acec8e81e892bb |
UHC | 藏먬쎁蒻 | 1110110111111010100100001110100110011011101010111110010110110110 | edfa90e99babe5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)