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 | 筌??宜ゅ? | 111000101010001100111111001111111000101101011000100000101110001100111111 | e2a33f3f8b5882e33f |
EUC-JP | 筌??宜ゅ? | 111001001010010100111111001111111011010110111001101001001110010100111111 | e4a53f3fb5b9a4e53f |
UTF-8 | 筌뚮씈宜ゅㅇ | 111001111010110110001100111010111001101010101110111011001001010010001000111001011010111010011100111000111000001010000101111000111000010110000111 | e7ad8ceb9aaeec9488e5ae9ce38285e38587 |
UHC | 筌뚮씈宜ゅㅇ | 111011111010011110001100111010111001110110100000111010111111000110101010111001011010010010110111 | efa78ceb9da0ebf1aae5a4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)