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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?審?悠?? | 0011111110010000010100100011111110010111010010010011111100111111 | 3f90523f97493f3f |
EUC-JP | ?審?悠?? | 0011111110111111101100110011111111001101101010100011111100111111 | 3fbfb33fcdaa3f3f |
UTF-8 | 룶審룫悠㈒룵 | 111010111010001110110110111001011010111110101001111010111010001110101011111001101000001010100000111000111000100010010010111010111010001110110101 | eba3b6e5afa9eba3abe682a0e38892eba3b5 |
UHC | 룶審룫悠㈒룵 | 100011111010101111100011111110111000111110100010111010101110110110101001110000111000111110101010 | 8fabe3fb8fa2eaeda9c38faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)