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 | 1110011110010011100101000111110101110110111001111001001110010100011111010111011001000010 | e793947d76e793947d7642 |
EUC-JP | 逑媒v逑媒vB | 1110110111110011110001111101111001110110111011011111001111000111110111100111011001000010 | edf3c7de76edf3c7de7642 |
UTF-8 | 逑媒v逑媒vB | 111010011000000010010001111001011010101010010010011101101110100110000000100100011110010110101010100100100111011001000010 | e98091e5aa9276e98091e5aa927642 |
UHC | 逑媒v逑媒vB | 1100111111000111110110001101101001110110110011111100011111011000110110100111011001000010 | cfc7d8da76cfc7d8da7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)