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 | 瀞??瀞?? | 1001001111010010001111110011111110010011110100100011111100111111 | 93d23f3f93d23f3f |
EUC-JP | 瀞??瀞?? | 1100011011010100001111110011111111000110110101000011111100111111 | c6d43f3fc6d43f3f |
UTF-8 | 瀞쯔㏇瀞쯔㏇ | 111001111000000010011110111011001010111110010100111000111000111110000111111001111000000010011110111011001010111110010100111000111000111110000111 | e7809eecaf94e38f87e7809eecaf94e38f87 |
UHC | 瀞쯔㏇瀞쯔㏇ | 111011111110011111000010111010101010001011100001111011111110011111000010111010101010001011100001 | efe7c2eaa2e1efe7c2eaa2e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)