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 | 癲??儒?? | 1110000110011111001111110011111110001110111100100011111100111111 | e19f3f3f8ef23f3f |
EUC-JP | 癲??儒?? | 1110001010100001001111110011111110111100111101000011111100111111 | e2a13f3fbcf43f3f |
UTF-8 | 癲뗣깙儒닿괠 | 111001111001100110110010111010111001011110100011111010101011100110011001111001011000010010010010111010111000101110111111111010101011010010100000 | e799b2eb97a3eab999e58492eb8bbfeab4a0 |
UHC | 癲뗣깙儒닿괠 | 111011111010011010001011111000111000001110010001111010101110001110110100111010101011000110100111 | efa68be38391eae3b4eab1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)