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 | ?ъ?蘊?? | 0011111110000100100011000011111111100101010111010011111100111111 | 3f848c3fe55d3f3f |
EUC-JP | ?ъ?蘊?? | 0011111110100111111011000011111111101001101111100011111100111111 | 3fa7ec3fe9be3f3f |
UTF-8 | 寧ъ뼏蘊덁펺 | 1110111110100110101010101101000110001010111010111011110010001111111010001001100010001010111010111000110110000001111011011000111010111010 | efa6aad18aebbc8fe8988aeb8d81ed8eba |
UHC | 寧ъ뼏蘊덁펺 | 111001111010110010101100111011001001011010010111111010001011001110001000111001001011110010001010 | e7acacec9697e8b388e4bc8a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)