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 | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
EUC-JP | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
UTF-8 | 琉숃ㄺv琉숃ㄺvB | 111011111010011110001100111011001000100010000011111000111000010010111010011101101110111110100111100011001110110010001000100000111110001110000100101110100111011001000010 | efa78cec8883e384ba76efa78cec8883e384ba7642 |
UHC | 琉숃ㄺv琉숃ㄺvB | 111010111010010010011001111010001010010010101010011101101110101110100100100110011110100010100100101010100111011001000010 | eba499e8a4aa76eba499e8a4aa7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)