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 | 鼇??幽?? | 1110101010000111001111110011111110010111010010000011111100111111 | ea873f3f97483f3f |
EUC-JP | 鼇??幽?? | 1111001111100111001111110011111111001101101010010011111100111111 | f3e73f3fcda93f3f |
UTF-8 | 鼇딄퇌幽든눒 | 111010011011110010000111111010111001010010000100111011011000011110001100111001011011100110111101111010111001001110100000111010111000100010010010 | e9bc87eb9484ed878ce5b9bdeb93a0eb8892 |
UHC | 鼇딄퇌幽든눒 | 111010001010100010001010111010101011011110011101111010101110101110110101111001111000011110101110 | e8a88aeab79deaebb5e787ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)