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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 濚??沅?? | 10001111110010011010000100111111001111111000111111000110111010010011111100111111 | 8fc9a13f3f8fc6e93f3f |
UTF-8 | 濚뉖돀沅싩㎉ | 111001101011111110011010111010111000100110010110111010111000111110000000111001101011001010000101111011001000101110101001111000111000111010001001 | e6bf9aeb8996eb8f80e6b285ec8ba9e38e89 |
UHC | 濚뉖돀沅싩㎉ | 111001111011100110000111111010111000100110010011111010101011011010011010111001111010011110111011 | e7b987eb8993eab69ae7a7bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)