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 | 癲??侑?┃ | 111000011001111100111111001111111001100011010000001111111000010010101011 | e19f3f3f98d03f84ab |
EUC-JP | 癲??侑?┃ | 111000101010000100111111001111111101000011010010001111111010100010101101 | e2a13f3fd0d23fa8ad |
UTF-8 | 癲㎯굦侑묌┃ | 111001111001100110110010111000111000111010101111111010101011010110100110111001001011111010010001111010111010110010001100111000101001010010000011 | e799b2e38eafeab5a6e4be91ebac8ce29483 |
UHC | 癲㎯굦侑묌┃ | 111011111010011010100111111000111000001010001100111010101110001010010001111010011010011010101101 | efa6a7e3828ceae291e9a6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)