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 | ?彰亨田 | 00111111100011111011001010001011100111001001001101100011 | 3f8fb28b9c9363 |
EUC-JP | ?彰亨田 | 00111111101111101011010010110101111111001100010111000100 | 3fbeb4b5fcc5c4 |
UTF-8 | 뤴彰亨田 | 111010111010010010110100111001011011110110110000111001001011101010101000111001111001010010110000 | eba4b4e5bdb0e4baa8e794b0 |
UHC | 뤴彰亨田 | 1000111111100010111100111110000011111010111110111110111110100011 | 8fe2f3e0fafbefa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)