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 | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
SJIS-WIN | ベvベvB | 1100110111011110111100011100000101110110110011011101111011110001110000010111011001000010 | cddef1c176cddef1c17642 |
EUC-JP | ベ?vベ?vB | 10001110110011011000111011011110001111110111011010001110110011011000111011011110001111110111011001000010 | 8ecd8ede3f768ecd8ede3f7642 |
UTF-8 | ベvベvB | 111011111011111010001101111011111011111010011110111011101000010010111100011101101110111110111110100011011110111110111110100111101110111010000100101111000111011001000010 | efbe8defbe9eee84bc76efbe8defbe9eee84bc7642 |
UHC | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)