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 | 雅??幼?┷ | 100010011110101100111111001111111001011101100011001111111000010010111000 | 89eb3f3f97633f84b8 |
EUC-JP | 雅??幼?┷ | 101100101110110100111111001111111100110111000100001111111010100010111010 | b2ed3f3fcdc43fa8ba |
UTF-8 | 雅ⓥ뫒幼싷┷ | 111010011001101110000101111000101001001110100101111010111010101110010010111001011011100110111100111011001000101110110111111000101001010010110111 | e99b85e293a5ebab92e5b9bcec8bb7e294b7 |
UHC | 雅ⓥ뫒幼싷┷ | 111001001011101010101000111000101001000110110100111010101110101010011010111011111010011010111010 | e4baa8e291b4eaea9aefa6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)