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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?譽訷」B | 00111111111001101010001111111011101001001010001101000010 | 3fe6a3fba4a342 |
EUC-JP | 渢譽訷」B | 1000111111000111111010101110110010100101100011111101110111010100100011101010001101000010 | 8fc7eaeca58fddd48ea342 |
UTF-8 | 渢譽訷」B | 11100110101110001010001011101000101011011011110111101000101010001011011111101111101111011010001101000010 | e6b8a2e8adbde8a8b7efbda342 |
UHC | ?譽??B | 001111111110011111100010001111110011111101000010 | 3fe7e23f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)