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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 姨?㎞??? | 1001101101001000001111111000011101110001001111110011111100111111 | 9b483f87713f3f3f |
EUC-JP | 姨????? | 11010101101010010011111100111111001111110011111100111111 | d5a93f3f3f3f3f |
UTF-8 | 姨먯㎞梨낇슋 | 111001011010011110101000111010111010100010101111111000111000111010011110111011111010011110100010111010111000001010000111111011001000101010001011 | e5a7a8eba8afe38e9eefa7a2eb8287ec8a8b |
UHC | 姨먯㎞梨낇슋 | 111011001010100110010000111011001010011110110000111011001011000110000101111011011001101010011011 | eca990eca7b0ecb185ed9a9b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)