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 | ??P????LB | 001111110011111101010000001111110011111100111111001111110100110001000010 | 3f3f503f3f3f3f4c42 |
SJIS-WIN | ??P????LB | 001111110011111101010000001111110011111100111111001111110100110001000010 | 3f3f503f3f3f3f4c42 |
EUC-JP | ??P????LB | 001111110011111101010000001111110011111100111111001111110100110001000010 | 3f3f503f3f3f3f4c42 |
UTF-8 | 횄쨩P횂혦횂쩐LB | 111011011001101010000100111011001010100010101001010100001110110110011010100000101110110110011000101001101110110110011010100000101110110010101001100100000100110001000010 | ed9a84eca8a950ed9a82ed98a6ed9a82eca9904c42 |
UHC | 횄쨩P횂혦횂쩐LB | 110000111000001111000010101110110101000011000011100000101100001010001110110000111000001011000010101111100100110001000010 | c383c2bb50c382c28ec382c2be4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)