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 | 要??愛?ゴ | 100101110111011000111111001111111000100010100100001111111000001101010011 | 97763f3f88a43f8353 |
EUC-JP | 要??愛?ゴ | 110011011101011100111111001111111011000010100110001111111010010110110100 | cdd73f3fb0a63fa5b4 |
UTF-8 | 要끿쳼愛덆ゴ | 111010001010011010000001111010111000000110111111111011001011001110111100111001101000010010011011111010111000110110000110111000111000001010110100 | e8a681eb81bfecb3bce6849beb8d86e382b4 |
UHC | 要끿쳼愛덆ゴ | 111010011010100110000101111001111010101110011111111001001111000110001000111010011010101110110100 | e9a985e7ab9fe4f188e9abb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)