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 | 爭?漿? | 111000001010010100111111100111111111011100111111 | e0a53f9ff73f |
EUC-JP | 爭?漿? | 111000001010011100111111110111101111100100111111 | e0a73fdef93f |
UTF-8 | 爭렏漿렩 | 111001111000100010101101111010111010000010001111111001101011110010111111111010111010000010101001 | e788adeba08fe6bcbfeba0a9 |
UHC | 爭렏漿렩 | 1110111010110011100011101010010111101101111011001000111010110111 | eeb38ea5edec8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)