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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譟肥聞 | 111001101001111110010100111011001001010110110111 | e69f94ec95b7 |
EUC-JP | 譟肥聞 | 111011001010000111001000111011101100101010111001 | eca1c8eecab9 |
UTF-8 | 譟肥聞 | 111010001010110110011111111010001000001010100101111010001000000110011110 | e8ad9fe882a5e8819e |
UHC | ?肥聞 | 0011111111011101111111101101101010100100 | 3fddfedaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)