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 | ?擺?傲?韶 | 001111111001110110110010001111111001100011111100001111111110100011101110 | 3f9db23f98fc3fe8ee |
EUC-JP | ?擺?傲?韶 | 001111111101101010110100001111111101000011111110001111111111000011110000 | 3fdab43fd0fe3ff0f0 |
UTF-8 | 뤈擺ㅽ傲언韶 | 111010111010010010001000111001101001001110111010111000111000010110111101111001011000001010110010111011001001011010111000111010011001111110110110 | eba488e693bae385bde582b2ec96b8e99fb6 |
UHC | 뤈擺ㅽ傲언韶 | 100011111011100011110111111011001010010011101101111001111110110010111110111100001110000111010010 | 8fb8f7eca4ede7ecbef0e1d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)