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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 夾饒v夾饒vB | 1001101011110001111010010110000001110110100110101111000111101001011000000111011001000010 | 9af1e960769af1e9607642 |
EUC-JP | 夾饒v夾饒vB | 1101010011110011111100011100000101110110110101001111001111110001110000010111011001000010 | d4f3f1c176d4f3f1c17642 |
UTF-8 | 夾饒v夾饒vB | 111001011010010010111110111010011010010110010010011101101110010110100100101111101110100110100101100100100111011001000010 | e5a4bee9a59276e5a4bee9a5927642 |
UHC | 夾饒v夾饒vB | 1111101011110001111010011010111001110110111110101111000111101001101011100111011001000010 | faf1e9ae76faf1e9ae7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)