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 | ???悠?Ⅴ | 0011111100111111001111111001011101001001001111111000011101011000 | 3f3f3f97493f8758 |
EUC-JP | ???悠?? | 00111111001111110011111111001101101010100011111100111111 | 3f3f3fcdaa3f3f |
UTF-8 | 凉깆눨悠섓Ⅴ | 111011111010010110111001111010101011100110000110111010111000100010101000111001101000001010100000111011001000010010010011111000101000010110100100 | efa5b9eab986eb88a8e682a0ec8493e285a4 |
UHC | 凉깆눨悠섓Ⅴ | 111001011011110010110001111011001000011110111111111010101110110110011000111011111010010110110100 | e5bcb1ec87bfeaed98efa5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)