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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 畑??畑??E | 100101001010100000111111001111111001010010101000001111110011111101000101 | 94a83f3f94a83f3f45 |
EUC-JP | 畑??畑??E | 110010001010101000111111001111111100100010101010001111110011111101000101 | c8aa3f3fc8aa3f3f45 |
UTF-8 | 畑댄뮮畑댄뮱E | 11100111100101011001000111101011100011001000010011101011101011101010111011100111100101011001000111101011100011001000010011101011101011101011000101000101 | e79591eb8c84ebaeaee79591eb8c84ebaeb145 |
UHC | 畑댄뮮畑댄뮱E | 11101111101001011011010011101101100100101011011111101111101001011011010011101101100100101011101001000101 | efa5b4ed92b7efa5b4ed92ba45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)