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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 姨?㎞k | 100110110100100000111111100001110111000101101011 | 9b483f87716b |
EUC-JP | 姨??k | 1101010110101001001111110011111101101011 | d5a93f3f6b |
UTF-8 | 姨먯㎞k | 11100101101001111010100011101011101010001010111111100011100011101001111001101011 | e5a7a8eba8afe38e9e6b |
UHC | 姨먯㎞k | 11101100101010011001000011101100101001111011000001101011 | eca990eca7b06b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)