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 | ?痂盂波?槽 | 00111111111000010110111111100001101100011001010001100111001111111001000110000101 | 3fe16fe1b194673f9185 |
EUC-JP | ?痂盂波?槽 | 00111111111000011101000011100010101100111100011111001000001111111100000111100101 | 3fe1d0e2b3c7c83fc1e5 |
UTF-8 | 뤚痂盂波꽂槽 | 111010111010010010011010111001111001011110000010111001111001101110000010111001101011001110100010111010101011110110000010111001101010011110111101 | eba49ae79782e79b82e6b3a2eabd82e6a7bd |
UHC | 뤚痂盂波꽂槽 | 100011111100100111001010101100101110100111011101111101111110111010110010110010001111000011001011 | 8fc9cab2e9ddf7eeb2c8f0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)