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 | 癲??油?い | 111000011001111100111111001111111001011011111011001111111000001010100010 | e19f3f3f96fb3f82a2 |
EUC-JP | 癲??油?い | 111000101010000100111111001111111100110011111101001111111010010010100100 | e2a13f3fccfd3fa4a4 |
UTF-8 | 癲븍뿦油욤い | 111001111001100110110010111010111011100010001101111010111011111110100110111001101011001010111001111011001001101010100100111000111000000110000100 | e799b2ebb88debbfa6e6b2b9ec9aa4e38184 |
UHC | 癲븍뿦油욤い | 111011111010011010111010111010111001011110100110111010101111101010111111111010001010101010100100 | efa6baeb97a6eafabfe8aaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)