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 | ???奄?? | 00111111001111110011111110001001100000100011111100111111 | 3f3f3f89823f3f |
EUC-JP | 縕??奄?縕 | 1000111111010100110000100011111100111111101100011110001000111111100011111101010011000010 | 8fd4c23f3fb1e23f8fd4c2 |
UTF-8 | 縕롡닽奄쥱縕 | 111001111011100010010101111010111010000110100001111010111000101110111101111001011010010110000100111011001010010110110001111001111011100010010101 | e7b895eba1a1eb8bbde5a584eca5b1e7b895 |
UHC | 縕롡닽奄쥱縕 | 111010001011001010001110111000101000100010101011111001011111001010100011010000011110100010110010 | e8b28ee288abe5f2a341e8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)