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 | 燿당갓蘊띸뙄 | 111001111000011110111111111010111000101110111001111010101011000010010011111010001001100010001010111010111001110110111000111010111001100110000100 | e787bfeb8bb9eab093e8988aeb9db8eb9984 |
UHC | 燿당갓蘊띸뙄 | 111010001111110010110100111001111011000010101011111010001011001110001101111001111000110010001010 | e8fcb4e7b0abe8b38de78c8a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)