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 | 滸??? | 1001111111110101001111110011111100111111 | 9ff53f3f3f |
EUC-JP | 滸??? | 1101111011110111001111110011111100111111 | def73f3f3f |
UTF-8 | 滸쯔렚렞 | 111001101011101110111000111011001010111110010100111010111010000010011010111010111010000010011110 | e6bbb8ecaf94eba09aeba09e |
UHC | 滸쯔렚렞 | 1111101111001010110000101110101010001110101011011000111010101111 | fbcac2ea8ead8eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)