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 | ?苒???? | 00111111111001001001001000111111001111110011111100111111 | 3fe4923f3f3f3f |
EUC-JP | ?苒???? | 00111111111001111111001000111111001111110011111100111111 | 3fe7f23f3f3f3f |
UTF-8 | 쒔苒쒀렋쒔렠 | 111011001001001010010100111010001000101110010010111011001001001010000000111010111010000010001011111011001001001010010100111010111010000010100000 | ec9294e88b92ec9280eba08bec9294eba0a0 |
UHC | 쒔苒쒀렋쒔렠 | 101111101010110111100110111111101011111010101100100011101010001010111110101011011000111010110001 | beade6febeac8ea2bead8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)