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 | 窪????痛 | 1000110001000101001111110011111100111111001111111001001011001001 | 8c453f3f3f3f92c9 |
EUC-JP | 窪????痛 | 1011011110100110001111110011111100111111001111111100010011001011 | b7a63f3f3f3fc4cb |
UTF-8 | 窪뀄렎렫뤈痛 | 111001111010101010101010111010111000000010000100111010111010000010001110111010111010000010101011111010111010010010001000111001111001011110011011 | e7aaaaeb8084eba08eeba0abeba488e7979b |
UHC | 窪뀄렎렫뤈痛 | 111010001100000110110010111011011000111010100100100011101011100110001111101110001111011111010100 | e8c1b2ed8ea48eb98fb8f7d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)