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 | 1001011101111101111010010110000001110110100101110111110111101001011000000111011001000010 | 977de96076977de9607642 |
EUC-JP | 抑饒v抑饒vB | 1100110111011110111100011100000101110110110011011101111011110001110000010111011001000010 | cddef1c176cddef1c17642 |
UTF-8 | 抑饒v抑饒vB | 111001101000101010010001111010011010010110010010011101101110011010001010100100011110100110100101100100100111011001000010 | e68a91e9a59276e68a91e9a5927642 |
UHC | 抑饒v抑饒vB | 1110010111100100111010011010111001110110111001011110010011101001101011100111011001000010 | e5e4e9ae76e5e4e9ae7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)