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 | 迂???咫? | 1000100101001001001111110011111100111111100110100100000000111111 | 89493f3f3f9a403f |
EUC-JP | 迂???咫? | 1011000110101010001111110011111100111111110100111010000100111111 | b1aa3f3f3fd3a13f |
UTF-8 | 迂펫렠렯咫렦 | 111010001011111110000010111011011000111010101011111010111010000010100000111010111010000010101111111001011001001010101011111010111010000010100110 | e8bf82ed8eabeba0a0eba0afe592abeba0a6 |
UHC | 迂펫렠렯咫렦 | 111010011110011011000110111010101000111010110001100011101011110011110010101000011000111010110101 | e9e6c6ea8eb18ebcf2a18eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)