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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鈺ュ?哀? | 1111101111000100100000111000010100111111100010001010001100111111 | fbc483853f88a33f |
EUC-JP | 鈺ュ?哀? | 100011111110001111010101101001011110010100111111101100001010010100111111 | 8fe3d5a5e53fb0a53f |
UTF-8 | 鈺ュ뛽哀툫 | 111010011000100010111010111000111000001110100101111010111001101110111101111001011001001110000000111011011000100010101011 | e988bae383a5eb9bbde59380ed88ab |
UHC | 鈺ュ뛽哀툫 | 11101000101011011010101111100101100011011000001111100100111011101011100101000010 | e8adabe58d83e4eeb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)