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 | 燿??蘊?? | 1110000010100000001111110011111111100101010111010011111100111111 | e0a03f3fe55d3f3f |
EUC-JP | 燿??蘊?? | 1110000010100010001111110011111111101001101111100011111100111111 | e0a23f3fe9be3f3f |
UTF-8 | 燿당갓蘊띺덧 | 111001111000011110111111111010111000101110111001111010101011000010010011111010001001100010001010111010111001110110111010111010111000110110100111 | e787bfeb8bb9eab093e8988aeb9dbaeb8da7 |
UHC | 燿당갓蘊띺덧 | 111010001111110010110100111001111011000010101011111010001011001110001101111010011011010110100001 | e8fcb4e7b0abe8b38de9b5a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)