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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?譽訷」 | 001111111110011010100011111110111010010010100011 | 3fe6a3fba4a3 |
EUC-JP | 渢譽訷」 | 10001111110001111110101011101100101001011000111111011101110101001000111010100011 | 8fc7eaeca58fddd48ea3 |
UTF-8 | 渢譽訷」 | 111001101011100010100010111010001010110110111101111010001010100010110111111011111011110110100011 | e6b8a2e8adbde8a8b7efbda3 |
UHC | ?譽?? | 0011111111100111111000100011111100111111 | 3fe7e23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)