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 | 傲ゅ?巍?? | 100110001111110010000010111000110011111110011011110110010011111100111111 | 98fc82e33f9bd93f3f |
EUC-JP | 傲ゅ?巍?? | 110100001111111010100100111001010011111111010110110110110011111100111111 | d0fea4e53fd6db3f3f |
UTF-8 | 傲ゅ뎷巍쒑냳 | 111001011000001010110010111000111000001010000101111010111000111010110111111001011011011110001101111011001001001010010001111010111000001110110011 | e582b2e38285eb8eb7e5b78dec9291eb83b3 |
UHC | 傲ゅ뎷巍쒑냳 | 111001111110110010101010111001011000100110001010111010001110010010011100111010001000011010000011 | e7ecaae5898ae8e49ce88683 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)