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 | ?????× | 001111110011111100111111001111110011111111010111 | 3f3f3f3f3fd7 |
SJIS-WIN | 爭?悌??× | 111000001010010100111111100100101110111000111111001111111000000101111110 | e0a53f92ee3f3f817e |
EUC-JP | 爭?悌??× | 111000001010011100111111110001001111000000111111001111111010000111011111 | e0a73fc4f03f3fa1df |
UTF-8 | 爭렏悌재렍× | 1110011110001000101011011110101110100000100011111110011010000010100011001110110010011110101011001110101110100000100011011100001110010111 | e788adeba08fe6828cec9eaceba08dc397 |
UHC | 爭렏悌재렍× | 111011101011001110001110101001011111000010101010110000001110011110001110101000111010000110111111 | eeb38ea5f0aac0e78ea3a1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)